home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / CAD.adf / t / Command-0-T01
Text File  |  1978-10-31  |  2KB  |  72 lines

  1.  
  2. echo "*n*nInstalliere MaxonCAD2 ...*n*n"
  3. assign tmpCAD: DH4:
  4. echo ""
  5.  
  6. makedir tmpCAD:MaxonCAD2
  7. copy CAD:Max#? to tmpCAD:MaxonCAD2        ; Hauptprogramm
  8. copy CAD:inh#? to tmpCAD:MaxonCAD2        ; Inhalt
  9. copy CAD:neu#? to tmpCAD:MaxonCAD2        ; Neuheiten
  10. copy CAD:ass#? to tmpCAD:MaxonCAD2        ; Assign
  11. copy CAD:sho#? to tmpCAD:MaxonCAD2        ; Shortcuts
  12. copy CAD:imd#? to tmpCAD:MaxonCAD2        ; Imdata
  13. copy CAD:hat#? to tmpCAD:MaxonCAD2        ; Hatchpatterns
  14.  
  15. makedir tmpCAD:MaxonCAD2/cadfonts              ; MaxonCAD-Fonts
  16. copy CAD:cadfonts/#? to tmpCAD:MaxonCAD2/cadfonts
  17.  
  18.  
  19. echo "*n*nBitte legen Sie die zweite Diskette ein ...*n*n"
  20.  
  21. makedir tmpCAD:MaxonCAD2/Beispiele
  22. copy CAD-EXTRAS:Beispiele/#? to tmpCAD:MaxonCAD2/Beispiele
  23.  
  24. makedir tmpCAD:MaxonCAD2/Rahmen
  25. copy CAD-EXTRAS:Rahmen/#? to tmpCAD:MaxonCAD2/Rahmen
  26.  
  27. makedir tmpCAD:MaxonCAD2/Tablett-Treiber
  28. copy CAD-EXTRAS:Tablett-Treiber/#? to tmpCAD:MaxonCAD2/Tablett-Treiber
  29.  
  30. makedir tmpCAD:MaxonCAD2/BIB
  31. copy CAD-EXTRAS:BIB/#? to tmpCAD:MaxonCAD2/BIB
  32.  
  33. makedir tmpCAD:MaxonCAD2/NOR
  34. copy CAD-EXTRAS:NOR/#? to tmpCAD:MaxonCAD2/NOR
  35.  
  36.  
  37. copy CAD-EXTRAS:Info-Dateien/MaxonCAD2.i to tmpCAD:MaxonCAD2.info
  38.                                                             ; Ordner-Ikon
  39. copy CAD-EXTRAS:Info-Dateien/#?.info to tmpCAD:MaxonCAD2    ; restliche Ikonen
  40.  
  41.  
  42. if not exists tmpCAD:c
  43.    makedir tmpCAD:c
  44. else
  45.    if not exists tmpCAD:c/iconx                 ; iconx
  46.       copy CAD:c/iconx to tmpCAD:c
  47.    endif
  48.    if not exists tmpCAD:c/muchmore              ; muchmore
  49.       copy CAD:c/muchmore to tmpCAD:c
  50.    endif
  51. endif
  52.  
  53.  
  54. assign cadfonts: tmpCAD:MaxonCAD2/cadfonts
  55. assign bib: tmpCAD:MaxonCAD2/BIB
  56. assign nor: tmpCAD:MaxonCAD2/NOR
  57.  
  58.  
  59. echo "*nMaxonCAD2 auf der Festplatte installiert"
  60. echo "*nFügen Sie folgende Zeile in Ihre Startup-Sequenz ein:"
  61. echo "assign cadfonts: /MaxonCAD2/cadfonts" 
  62. echo "*nz.B. assign cadfonts: SYS:MaxonCAD2/cadfonts"
  63. echo "*nund gegebenenfalls noch die Zeilen:"
  64. echo "assign BIB: /MaxonCAD2/BIB"
  65. echo "assign NOR: /MaxonCAD2/NOR"
  66.  
  67. wait 5 SECS
  68.  
  69.  
  70. endcli >NIL:
  71.  
  72.